@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700);
@import url('https://fonts.googleapis.com/css?family=Inconsolata');


body { 
  font-family: 'Source Sans Pro', sans-serif;
  color: #000000;
  text-align:justify;
}
p {
  padding: 0;
  margin: 12px;
}
h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
  color: #074a66;
  font-size: 12px;
  margin: 0 0 0.5em 0;
}
h1, h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
  color: #074a66;
}

a, a > code {
  font-family: 'Source Sans Pro', sans-serif;
  color: #EA625E;
  text-decoration: none;
  font-size: 20px;
}

.remark-slide-content{
  font-size: 24px;
}


/* Sections */
.inverse {
  background-color: #074a66;
  color: #ffffff;
  /* text-shadow: 0 0 20px #333; */
}

.inverse h1, .inverse h2, .inverse h3 {
  color: #f3f3f3;
}

/* Diapositiva de titulo*/
.title-slide {
  background-image: url(img/arcgis-fondo.png);
  
}

.title-slide h1 {
  color: #0c46e8;
}

.title-slide h2 {
  color: #0a0a0a;
  font-size: 30px;
}
  
.title-slide h3 {
  color: #0a0a0a;
  font-size: 20px;
  font-family: "Arial Narrow", Arial
}

/* Code formatting */
.remark-code-line-highlighted {
  background-color: #A7D5E8;
}
.remark-code, .remark-inline-code { 
  font-family: 'Inconsolata', 'Lucida Console', Monaco, monospace; 
}


/* Two-column layout */
.left-column-image {
  color: #000000;
  width: 40%;
  height: 92%;
  float: left;
}

.left-column {
  color: #000000;
  width: 60%;
  height: 92%;
  float: left;
}
.left-column h2:last-of-type, .left-column h3:last-child {
  color: #000000;
}
.right-column {
  width: 75%;
  float: right;
  padding-top: 1em;
}
.center {
  text-align:center;
}

.centerimage {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-left {
  float: left;
  width: 47%;
}
.pull-right {
  float: right;
  width: 47%;
}
.pull-right ~ * {
  clear: both;
}


/* Custom boxes */
.question {
  border-left: solid 5px #1E5C65;
  background-color: #1E5C6530;
  padding: 1px 16px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.alert {
  border-right: solid 5px #A7D5E8;
  background-color: #A7D5E830;
  padding: 1px 16px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.instructions {
  border-left: solid 5px #FFD748;
  background-color: #ffd0c9;
  font-size: 90%;
  padding: 1px 16px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.instructions li::before {
  content: ">"; 
  color: #FFD748;
  display: inline-block; 
  margin-left: -1.5em
}


/* Quotes */
blockquote {
  border-left: solid 5px lightgray;
  padding-left: 1em;
}


/* Listas*/

ul {
  list-style: none;
}
li::before {
  content: "✚"; 
  color: #6dc2b5; 
  display: inline-block; 
  width: 1.5em;
  margin-left: -1.5em
}
li{
  margin: 10px 0;
  color: #000000;
  text-align: justify;
  font-size: 22px;
}

/* Listas del syllabus*/


.syllabus {
  font-size: 18px;
  
}

.syllabus li{
  font-size: 15px;
  font-weight: normal;
}



/* Font sizes */
.large { font-size: 130% }
.midi { font-size: 85% }
.small { font-size: 70% }


/* Embedded images */
img, video, iframe {
  max-width: 100%;
}


/* Tables */
table {
  margin: auto;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
table thead th { border-bottom: 1px solid #ddd; }
th, td { padding: 5px; }
thead, tfoot, tr:nth-child(even) { background: #eee }

/* Footer */
div.my-footer {
    background-color: #063a4f;
    border-top: 2px solid #6dc2b5;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 35px;
    width: 100%;
}
div.my-footer span {
    font-size: 12pt;
    position: absolute;
    color: #ffffff;
    left: 20px;
    bottom: 10px;
}
div.my-footer a {
    font-size: 12pt;
    color:  #ffffff;
}


/* Footnote */
.footnote {
  position: absolute;
  bottom: 3em;
  padding-right: 4em;
  font-size: 70%;
}


/* Logo */
.remark-slide-content:after {
    content: "";
    position: absolute;
    bottom: 5px;
    right: 810px;
    height: 70px;
    width: 81px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("dsbox-logo.png");
}


/* Slide number */
.remark-slide-number {
  color: #ffffff;
  opacity: 1;
  font-size: 12pt;
}

.title-slide .remark-slide-number {
  display: none;
}


/* Media */
@page { margin: 0; }
@media print {
  .remark-slide-scaler {
    width: 100% !important;
    height: 100% !important;
    transform: scale(1) !important;
    top: 0 !important;
    left: 0 !important;
  }
}


/* What is this? */
.element.style {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 685px;
    width: 700px;
}
